getType

abstract fun getType(): String

Gets the type of the module, indicating its intended content or functionality.

Examples of module types might include: "MediaPlayerZone", "WebViewZone", "TickerZone", "ClockZone", "ImageZone". The type determines how the player renders content within this module's bounds.

Return

The non-null string representing the module type.